chore(release): merge develop to main#7
Merged
night-slayer18 merged 5 commits intomainfrom Feb 7, 2026
Merged
Conversation
Bumps the production-dependencies group with 1 update: [chalk](https://github.com/chalk/chalk). Updates `chalk` from 4.1.2 to 5.6.2 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.6.2) --- updated-dependencies: - dependency-name: chalk dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Simplify Dependabot updates by removing custom label assignments for npm and github-actions dependencies. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
Disable manual workflow dispatch to enforce deployment solely via main branch pushes. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
Uses NPM_TOKEN to validate publish flow without releasing. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
✅ Deploy Preview for autodocshq ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
🚀 Deployed on https://pr-7--autodocshq.netlify.app |
Preview DeploymentYour preview is ready. URL: https://pr-7--autodocshq.netlify.app Deployed from commit f041ae8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR merges the latest development changes into the main branch, focusing on CI/CD hardening and dependency updates.
Changes
🚀 CI/CD Improvements
workflow_dispatchfrom the production deployment workflow. This enforces strict deployments via main branch pushes and prevents accidental manual triggers from outdated states.npm publish --dry-runto the preflight workflow. This ensures the package is valid and publishable (e.g., verifyingfilesin package.json) before merging.dependabot.ymlby removing redundant label configurations.📦 Dependencies
chalkfrom 4.1.2 to 5.6.2 to keep production dependencies up to date.